Std RecallWorkingView |
Menu location |
---|
View → Standard views → Recall working view |
Workbenches |
All |
Default shortcut |
End |
Introduced in version |
0.21 |
See also |
Std StoreWorkingView, Std FreezeViews |
The Std RecallWorkingView recalls the active 3D view's stored working view. For more information see Std StoreWorkingView.
Смотрите так же: Основы составления скриптов в FreeCAD.
To recall the stored working view of the active 3D view:
import FreeCADGui
FreeCADGui.runCommand("Std_RecallWorkingView", 0)